Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / Max Property

In This Topic
    Max Property (C1NumericBox<TNumeric>)
    In This Topic
    Maximum of value.
    Syntax
    'Declaration
     
    
    Public Property Max As Nullable(Of Double)
    public Nullable<double> Max {get; set;}
    See Also